Functions for Connectionless Transaction-Based Endpoints
You can use a connectionless transaction-based endpoint to transfer data after the endpoint is bound and while it is in theT_IDLE
state. Connectionless transaction-based service used by protocols such as ATP is described at greater length in the section "Using Connectionless Transaction-Based Service," beginning on page 3-39.This section describes the routines used to send and retrieve requests and replies:
OTSndURequest
,OTRcvURequest
,OTSndUReply
, andOTRcvUReply
. This section also describes theOTCancelURequest
function, which you use to cancel an outgoing request, and theOTCancelUReply
function, which you use to cancel an incoming request.
Subtopics
- OTSndURequest
- OTRcvURequest
- OTSndUReply
- OTRcvUReply
- OTCancelURequest
- OTCancelUReply